ArcPadScripting
Format

Format constants

Constant Value Description
apFileSystemDefault -2 System default format.
apFileUnicode -1 Unicode format.
apFileASCII 0 ASCII format

Remarks
Use these constants with the Format argument of the Open method of the File object.
Applies To